home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
prgtools
/
gnustuff
/
minix
/
update~4.z
/
update~4
/
lib_stdio__eprintf.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1989-09-06
|
269 b
|
12 lines
#define __SRC__
#include <stdio.h>
/* This is used by the `assert' macro. */
void __eprintf (string, line, filename)
char *string;
long line;
char *filename; /* note if STDC then filename is already in string */
{
(void)vfprintf(stderr, string, (char *)&line);
}